home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / DatabaseKit / Binder / English.lproj / BinderExample.nib / data.classes next >
Encoding:
Text File  |  1992-12-20  |  305 b   |  23 lines

  1. BinderHandler = {
  2.     ACTIONS = {
  3.     showAllRecords:;
  4.     findByState:;
  5.     findByName:;
  6.     appDidInit:;
  7.     };
  8.     OUTLETS = {
  9.     myDatabase;
  10.     propertyList;
  11.     stateField;
  12.     theTextView;
  13.     lastNameField;
  14.     myBinder;
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23.